Welcome![Sign In][Sign Up]
Location:
Search - socket unix linux

Search list

[Internet-Networksocket

Description: 此源码主要运行在Linux、Unix平台上,功能是实现Socket之间通信
Platform: | Size: 1697 | Author: 谢海燕 | Hits:

[Internet-Networklinux_chatting

Description: linux环境下多人聊天程序。包括服务器端和客户端程序,采用IPv6地址。对于学习socket套接字编程有帮助,使用了许多标准的库函数,可以参考任何一本Unix/Linux网络编程书籍进行学习。
Platform: | Size: 3335 | Author: 金琦 | Hits:

[Books编写unix下socket

Description: UDP是TCP/IP协议中的传输层协议的一种,本文介绍了在Linux下编写基于UDP协议的Client/Server模型的程序的方法,并给出了一个echo Client/Server例子程序。
Platform: | Size: 6368 | Author: arthurzhaizhao@gmail.com | Hits:

[Internet-Networkserver_sock

Description: c 语言.多线程.socket网络编程服务端.对select的应用-c language. Multithreading. Socket-network programming services. Select the right Application
Platform: | Size: 1024 | Author: 柳心雨 | Hits:

[OtherLinux_network_program

Description: 一本linux下进行网络编程的教程,内容包括网络协议的介绍,进程,berkeley socket,网络安全-a linux network programming under the guidance includes network protocol, the process, berkeley socket, network security
Platform: | Size: 1734656 | Author: zhuwenjie | Hits:

[Internet-Networkhunt-1.0.tar

Description: linux或unix下回话劫持工具,源socket编程-Under linux or unix return a hijacked tools, source socket programming
Platform: | Size: 65536 | Author: 王杰涛 | Hits:

[Internet-NetworkSocketLib

Description: Socketlib: 一个轻量级的C++ 封装Socket C API 网络编程框架。 它简化了Socket异步事件分派、进程间Socket通信的并发OO网络应用和服务的开发。 目前,只支持Window下IPV4;将来支持IPV6,并希望能将其扩展到linux/unix等OS平台。 -Socketlib: a lightweight C++ Package Socket C API network programming framework. It simplifies asynchronous event Socket distributed, inter-process communication Socket concurrent OO network applications and services. At present, only support Window under IPV4 future support for IPV6, and hope to extend it to linux/unix and other OS platforms.
Platform: | Size: 912384 | Author: bolidezhang | Hits:

[Communication-Mobilewangyue4

Description: 这是江苏企业通讯协议(联通版本)的一个Release,因为公司业务已经转换到java版本所以,我决定发布EMSP 2.0 C++ 版本的协议部分,因为当时比较仓促,设计的不是很好,但是我想对于刚刚涉及网络开发的人,特别是刚刚涉及短信息业务开发的人应该有所帮助,我所发布的部分只是协议处理部分的内容,不包括网络的处理,网络处理部分很简单,如果使用BCB或者VC的话您可以使用,VCL或者MFC中封装好的Socket组件来使用就可以了,或者您使用Socket API来处理。对于linux和Unix用户,我想您应该知道如何使用Socket了吧:) 本人曾在VC7 ,BCB6,kylix,G++上生成系统,但是不保证您在上述平台上可以正确生成系统。VC6因为对Standard C++支持不足,无法编译本代码。
Platform: | Size: 25600 | Author: 王跃 | Hits:

[Linux-Unixchat

Description: 基于BSD C的socket编程 采用udp协议,类似两个进程通信的聊天程序 压缩包包含两个文件,编译后运行是两个不同的聊天进程 运行环境linux -BSD C based on the socket programming using udp agreement, similar to the two processes communications chat program package consists of two documents, compiled to run two different operating environment to chat process linux
Platform: | Size: 2048 | Author: zhiguoxu | Hits:

[Internet-NetworkUNIX_Network_Programming_Volumn1

Description: UNIX网络编程第1卷_套接口API和X OPEN传输接口API。学习Linux很好的书籍-UNIX Network Programming Volume 1 _ socket API and X OPEN transmission interface API. Good books to learn Linux
Platform: | Size: 28887040 | Author: 余洋 | Hits:

[Internet-NetworkLinux-Unix

Description:
Platform: | Size: 10244096 | Author: 赵甲 | Hits:

[Linux-Unixsocket.tar

Description: socket example on linux/unix native sockets enjoy
Platform: | Size: 287744 | Author: 4travise | Hits:

[Internet-NetworkSocketProgrammingLinuxUnix

Description: linux和unix下的socket编程,一步一步讲解的,非常详细-socket under linux and unix programming, step by step to explain, very detailed
Platform: | Size: 87040 | Author: 水念尘 | Hits:

[Linux-UnixCS

Description: linux下的socket下的通信编程,包含客户端和服务器。-linux under the socket communication programming under, including client and server.
Platform: | Size: 1024 | Author: 小杨 | Hits:

[Internet-Networkesperisrv

Description: unix/linux下socket多线程服务程序-unix/linux service program under the multi-threaded socket
Platform: | Size: 4096 | Author: unixmst | Hits:

[OtherLinux_TCP_protocol_source_analisys

Description: Linux的网络协议栈是内核的一部分,它的实现是基于TCP/IP协议栈的,共分五层,分别是:应用层、BSD Socket层、INET Socket层、网络层和数据链接/硬件层。这是继承了unix的网络系统,现在linux的网络系统不断注入了新的理论。 我要研究的是linux下网络协议栈一个通信协议——TCP协议栈。TCP协议是面向对象的协议,本论文主要从缓存sk_buff,TCP相关数据结构,TCP连接的建立与关闭,TCP数据的发送与接收,TCP的流量控制与拥塞控制这几方面阐述我对TCP协议栈的理解,主要研究了TCP在内核中如何实现,以及一些算法的实现。 -Linux network protocol stack is a core part of its implementation is based on TCP/IP protocol stack is divided into five, namely: the application layer, BSD Socket Layer, INET Socket layer, network layer and data link/hardware layer. This is the inheritance of the unix network system, network system is linux and keep adding a new theory. I need to study is a network protocol stack under linux communication protocols- TCP protocol stack. TCP protocol is object-oriented protocol, this thesis from the cache sk_buff, TCP data structures, TCP connection establishment and closure, TCP send and receive data, TCP flow control and congestion control these areas and explain my TCP protocol understanding of the stack, a major study how TCP in the kernel, and some algorithm.
Platform: | Size: 227328 | Author: 弥一强 | Hits:

[Linux-Unixsample_Week_3

Description: program unix linux socket
Platform: | Size: 2048 | Author: vanductotbung | Hits:

[Linux-UnixSV_linux

Description: Tcp client unix linux socket
Platform: | Size: 474112 | Author: vanductotbung | Hits:

[Internet-Networkunix-network-program

Description: 包括《UNIX网络编程》所有源码和socket简单编程代码,有助于学习掌握linux/unix网络编程,都是C代码-including "UNIX network programing" source code and a socket document. it will help the reader to master linux/unix programing, and the source is C code
Platform: | Size: 605184 | Author: 肖剑 | Hits:

[Internet-Networkdcc_thread

Description: unix、linux下的Socket,Select,线程,线程锁,简单的在线服务系统,包含了自己写的Socket传输协议-unix, linux under the Socket, Select, thread, thread lock, a simple online service system, including Socket transfer protocol to write their own
Platform: | Size: 26624 | Author: 郝瑞祥 | Hits:
« 1 2 34 5 »

CodeBus www.codebus.net